projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be885c8
)
Annotate gtk_css_tokenizer_get_location as const
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Sep 2021 16:23:37 +0000
(12:23 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Sep 2021 20:38:08 +0000
(16:38 -0400)
gtk/css/gtkcsstokenizerprivate.h
patch
|
blob
|
history
diff --git
a/gtk/css/gtkcsstokenizerprivate.h
b/gtk/css/gtkcsstokenizerprivate.h
index 279af1860e3f8b55908c02c852bca98d29f8380f..40447b0b8921f8ce70022da1900ba19886f9879e 100644
(file)
--- a/
gtk/css/gtkcsstokenizerprivate.h
+++ b/
gtk/css/gtkcsstokenizerprivate.h
@@
-129,7
+129,7
@@
GtkCssTokenizer * gtk_css_tokenizer_new (GBytes
GtkCssTokenizer * gtk_css_tokenizer_ref (GtkCssTokenizer *tokenizer);
void gtk_css_tokenizer_unref (GtkCssTokenizer *tokenizer);
-const GtkCssLocation * gtk_css_tokenizer_get_location (GtkCssTokenizer *tokenizer);
+const GtkCssLocation * gtk_css_tokenizer_get_location (GtkCssTokenizer *tokenizer)
G_GNUC_CONST
;
gboolean gtk_css_tokenizer_read_token (GtkCssTokenizer *tokenizer,
GtkCssToken *token,